CGI.getVal_m

Since the cgi environment can have multiple variables we might want to get all the values.

return a string array of all the values for a varible name

class CGI
string[]
getVal_m
(
string name
)

Meta